home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / Duplicate Signal Check.RFM < prev    next >
Encoding:
Text File  |  2004-10-16  |  889 b   |  38 lines

  1. {
  2.     DesignWorks Report Form for Duplicate Signal Names
  3.     Copyright 1990-1995 Capilano Computing Systems
  4. }
  5. $NOTES
  6. This report form produces a list of all signals with
  7. duplicate names (e.g. signals with the same name but on
  8. different pages with no page connector).
  9.  
  10.  
  11. Limitations:
  12.  
  13.   This report form works only with Flat designs.
  14.  
  15.  
  16. Attribute    Where    Description
  17.  
  18. Name         Signals  The name for this signal.
  19. $END
  20. $CHECK(This report form works only for Flat designs) $PURE $PHYSICAL
  21. {
  22. ---------------------------------------------------------------------
  23. }
  24. $CREATEREPORT($DESIGNNAME Dup Sigs) $PROMPT $CREATOR(ttxt)
  25. $HEADER
  26. Circuit:    $DESIGNNAME
  27. Date:        $DATE - $TIME
  28.  
  29. Duplicate Signal Report
  30.  
  31. Signal Name$COL(32)Page Number
  32. $ENDHEADER
  33. $ROWS(50)
  34. $COMBSIGSON
  35. $SORT $SIGNALS $SIGNAME
  36. $FIND $NOCLEAR $SIGNALS $COUNT(2)
  37. $SIGNALS$SIGNAME$COL(32)$PAGE
  38.